'Declaration
Public Overloads Shared Function CreatePolygonRegion( _ ByVal polygonPoints() As Point _ ) As Region
public static Region CreatePolygonRegion( Point[] polygonPoints )
Parameters
- polygonPoints
- A System.Drawing.Point array that defines the vertices of the polygon.